home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / os2_app / tcp162.exe / TCP162.TXT < prev    next >
Text File  |  1993-07-27  |  6KB  |  154 lines

  1.  
  2. PURPOSE OF THIS PATCH
  3. ---------------------
  4.  
  5.     This patch includes a version of TCPIP.NLM v2.02j. It includes 
  6. the new, extensible SNMP Agent (SNMP v2.08) and other supporting modules.
  7.  
  8. This version of TCPIP includes the following:
  9.  
  10. 1.) This fixes the problem of NetWare 3.11 server abending when the
  11.     hardware platform is Compaq ProSignia and the Lan card is NetFlex
  12.     when TCPIP v1.0 or v1.01 is loaded.
  13.  
  14. 2.) ARP packets transmitted on FDDI LANs will be sent with the
  15.     Ethernet hardware type (1) instead of the LLC 802.2 hardware
  16.     type (6).  The TCPIP NLM will accept ARP packets from FDDI 
  17.     LANs with either the Ethernet or LLC 802.2 hardware type.
  18.     This change is to assure connectivity through translation
  19.     bridges.
  20.  
  21. 3.) The TCPIP NLM will not force the TCP checksum field to FFFFh
  22.     when the checksum is calculated to be 0h.  This change provides
  23.     compatability with implementations that do not accept FFFFh
  24.     interchangably with 0h in the checksum field.
  25.  
  26. 4.) This patch enables users to configure static subnet routing using
  27.     the /etc/gateways file. The usage instructions are given below.
  28.  
  29. WARNING:
  30. --------
  31.  
  32. Do not install this patch unless you are currently using TCPIP
  33. version 1.0, 1.01, 2.02, 2.02h, or 2.02i.  Do not install this 
  34. patch over TCPIP 2.02w or higher.
  35.  
  36. !!CAUTION!!
  37.  
  38.       Please use the installation instructions in instruct.txt.
  39.  
  40.       Do NOT install the TCP/IP NLM, IPCONFIG NLM, SNMP NLM, or the
  41.       AFTER311 NLM from the Upgrade diskette to a system on which
  42.       MultiProtocol Router, WAN Links, or MultiProtocol Router Plus
  43.       has been installed.
  44.  
  45.       Novell's MultiProtocol Router, WAN Links and MultiProtocol Router Plus
  46.       products already contain coordinated versions of the TCP/IP, IPCONFIG,
  47.       SNMP, and AFTER311 NLMs.  Installing this patch will overwrite the 
  48.       existing MultiProtocol Router and WAN Links NLMs and will disable the 
  49.       routing.
  50.  
  51.  
  52. Refer to the relnotes.txt file for Release Notes.
  53.  
  54. INSTALLATION:
  55. -------------
  56.  
  57. 1.) Copy the files into a subdirectory called SNMP_1. If the files 
  58.     are compressed into a single file TCP162.ZIP, copy TCP162.ZIP
  59.     into the subdirectory and then decompress using the command
  60.     PKUNZIP -d TCP162. 
  61.     The -d option will cause PKUNZIP to create the needed subdirectories.
  62.   
  63.     If installation is from floppy disk, give the disk a label of SNMP_1. 
  64.     Copy the unzipped version of TCP162.ZIP to the disk.
  65.  
  66. 2.) Follow the instructions in file INSTRUCT.TXT.
  67.  
  68.  
  69. Configuring Static Subnet Routing:
  70. ----------------------------------
  71.  
  72.     If you require static routes, you should indicate the static routes 
  73. in the SYS:\ETC\GATEWAYS file and then load the IPCONFIG NLM after you load
  74. the TCPIP NLM and bind IP.
  75.  
  76.     It is possible to do static routing as well as static subnet routing 
  77. with this version of IPCONFIG.NLM (v2.02) along with TCPIP (v2.02).
  78.  
  79. Format of SYS:ETC\GATEWAYS
  80. --------------------------
  81.  
  82. Each line in SYS:ETC\GATEWAYS has the following format:
  83.  
  84.  
  85. { NET network_name  |  {network_number[/network_mask]}  |  HOST host} 
  86.     GATEWAY gateway [METRIC cost]  [ {ACTIVE | PASSIVE } ]
  87.  
  88. where:
  89.  
  90. The network_name is the name of a network in SYS:ETC\NETWORKS.
  91.  
  92. The network_number/network_mask is the IP network address and its subnet 
  93. mask; the subnet mask is optional.  If the network_mask is not specified, the 
  94. subnet mask is derived from the network number, excluding all trailing zeros.  
  95.  
  96. The host is the IP address of a host or the name of a host in SYS:ETC\HOSTS.  
  97.  
  98. The gateway is the IP address of a gateway on a locally connected network or 
  99. the name of such a gateway in SYS:ETC\HOSTS.  
  100.  
  101. The cost, or measure of expense, is a value greater than or equal to 1 but less 
  102. than or equal to 15.
  103.  
  104. The active or passive indicates the type of route for routing information.  
  105.  
  106. For example:
  107.  
  108. NET 2.0.0.0 GATEWAY 193.1.1.1
  109.  
  110. HOST 129.1.0.3 GATEWAY 193.1.1.1 PASSIVE
  111.  
  112. NET 130.57.1.0/255.255.255.0 GATEWAY 193.1.1.1 PASSIVE
  113.  
  114. Loading the IPCONFIG NLM
  115. ------------------------
  116.  
  117. To add the static routes in SYS:ETC\GATEWAYS to the routing database, you 
  118. must load the IPCONFIG NLM.  This can be done by entering the LOAD 
  119. IPCONFIG command at the system console.  Normally,  you place this 
  120. command in your SYS:SYSTEM\AUTOEXEC.NCF file after loading tcpip
  121. and binding IP to interfaces so that the static routes are added  each 
  122. time the system is loaded.  
  123.  
  124. The command is as follows:
  125.  
  126. LOAD IPCONFIG
  127.  
  128. NOTE:  If you do not have any static routes to configure, you do not need to 
  129. load IPCONFIG.
  130.  
  131. IPCONFIG reads SYS:ETC\GATEWAYS, places each route into the routing 
  132. database, and then exits.  While you are "debugging" your GATEWAYS file, 
  133. problems in the file may cause IPCONFIG to print diagnostic messages. 
  134.  
  135. For each route IPCONFIG finds in SYS:ETC\GATEWAYS, IPCONFIG adds a 
  136. routing entry for the host or network indicated.  The first hop in the new 
  137. routing entry is the provided gateway and the metric is the given cost.  If no 
  138. metric is given, a cost of 1 is used.
  139.  
  140. IPCONFIG will support a static subnet route if the subnet mask is associated 
  141. with the subnetwork number in /etc/gateway.  
  142.  
  143. Placing the keywork active on the line indicates that the route is maintained
  144. by the indicated gateway using normal RIP updates.  Active routes are subject
  145. to normal RIP rules.  They may be replaced by routes with lower metric values 
  146. and they time out and disappear if no RIP updates are received for them.  
  147.  
  148. The keyword passive, which is the default if neither active nor passive is 
  149. specified, indicates a route for which no RIP information will ever be 
  150. available.  Such routes never time out and IP ignores RIP information for them.
  151. They can be deleted or modified using TCPCON.   
  152.  
  153.  
  154.